object frmDlgOne: TfrmDlgOne Left = 233 Top = 226 BorderStyle = bsDialog ClientHeight = 144 ClientWidth = 401 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 12 Top = 9 Width = 374 Height = 75 TabOrder = 0 object edValue: TEdit Left = 294 Top = 30 Width = 64 Height = 21 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 0 end object ScrollBar1: TScrollBar Left = 16 Top = 31 Width = 265 Height = 19 TabOrder = 1 OnChange = ScrollBar1Change end end object btnOK: TBitBtn Left = 215 Top = 102 Width = 84 Height = 28 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 NumGlyphs = 4 end object btnCancel: TBitBtn Left = 299 Top = 102 Width = 84 Height = 28 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 NumGlyphs = 4 end end